GXGetPaperTypeName
You can use theGXGetPaperTypeName
function to obtain the name of a paper-type object.
void GXGetPaperTypeName (gxPaperType aPaperType, Str31 name);
aPaperType
A reference to the paper-type object from which to obtain the name.name
- On return, the name of the paper type.
DESCRIPTION
TheGXGetPaperTypeName
function returns the name of the paper-type object specified by theaPaperType
parameter. TheaPaperType
parameter must refer to a valid paper-type object. The name of the paper-type object is returned in thename
parameter.RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found, or there was not enough memory to load it. gxPaperTypeNotFound The paper-type object cannot be located. SEE ALSO
For an example that uses the GXGetPaperTypeName function, see "Obtaining the Name of a Paper Type" on page 4-32.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help